Skip to content

chore(deps): bump postcss-custom-media from 11.0.6 to 12.0.1#712

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/postcss-custom-media-12.0.1
Open

chore(deps): bump postcss-custom-media from 11.0.6 to 12.0.1#712
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/postcss-custom-media-12.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps postcss-custom-media from 11.0.6 to 12.0.1.

Changelog

Sourced from postcss-custom-media's changelog.

12.0.1

February 21, 2026

  • Fix importance of custom media in anonymous cascade layers.

12.0.0

January 14, 2026

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [postcss-custom-media](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-media) from 11.0.6 to 12.0.1.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-media/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-media)

---
updated-dependencies:
- dependency-name: postcss-custom-media
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 9, 2026
@dependabot dependabot bot requested a review from kylemcd as a code owner March 9, 2026 01:17
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Mar 9, 2026
@vercel
Copy link

vercel bot commented Mar 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
telegraph-storybook Ready Ready Preview, Comment Mar 9, 2026 1:19am

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Mar 9, 2026

⚠️ No Changeset found

Latest commit: 46b842b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

"postcss": "^8.5.6",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-custom-media": "^11.0.6",
"postcss-custom-media": "^12.0.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ESM-only package loaded via CommonJS require() call

Medium Severity

postcss-custom-media v12 dropped CommonJS support and is now ESM-only, but the consuming code in style-engine-postcss-config.ts loads it via require("postcss-custom-media"). This relies on Node.js's require(esm) interop, which was only unflagged in Node 22.12+. Since the project's engine constraint is "22.x", earlier 22.x versions (22.0–22.11) would fail at runtime with a module format error.

Fix in Cursor Fix in Web

@knock-eng-bot
Copy link
Contributor

Package size differences

No package size differences greater than 20 KB 🚀

All package size differences
  • @telegraph/appearance: 0.00 KB
  • @telegraph/button: 0.00 KB
  • @telegraph/combobox: 0.00 KB
  • @telegraph/compose-refs: 0.00 KB
  • @telegraph/data-list: 0.00 KB
  • @telegraph/filter: 0.00 KB
  • @telegraph/helpers: 0.00 KB
  • @telegraph/icon: 0.00 KB
  • @telegraph/input: 0.00 KB
  • @telegraph/kbd: 0.00 KB
  • @telegraph/layout: 0.00 KB
  • @telegraph/link: 0.00 KB
  • @telegraph/menu: 0.00 KB
  • @telegraph/modal: 0.00 KB
  • @telegraph/nextjs: 0.00 KB
  • @telegraph/popover: 0.00 KB
  • @telegraph/postcss-config: 0.00 KB
  • @telegraph/prettier-config: 0.00 KB
  • @telegraph/radio: 0.00 KB
  • @telegraph/segmented-control: 0.00 KB
  • @telegraph/select: 0.00 KB
  • @telegraph/style-engine: 0.00 KB
  • @telegraph/tabs: 0.00 KB
  • @telegraph/tag: 0.00 KB
  • @telegraph/textarea: 0.00 KB
  • @telegraph/toggle: 0.00 KB
  • @telegraph/tokens: 0.00 KB
  • @telegraph/tooltip: 0.00 KB
  • @telegraph/truncate: 0.00 KB
  • @telegraph/typography: 0.00 KB
  • @telegraph/vite-config: 0.00 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant